collision regulations - определение. Что такое collision regulations
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое collision regulations - определение

PROPERTY OF CRYPTOGRAPHIC HASH FUNCTIONS
Collision resistant; Collision-resistant
Найдено результатов: 486
Hash collision         
  • John Smith and Sandra Dee are both being directed to the same cell. Open addressing will cause the hash table to redirect Sandra Dee to another cell.
COMPUTER SCIENCE SITUATION WHERE TWO DATA ELEMENTS SHARE A HASHTAG, CHECKSUM, FINGERPRINT, ETC.
Hash collisions; Hash collision (computer science); Cryptographic hash collision
In computer science, a hash collision or clash is when two pieces of data in a hash table share the same hash value. The hash value in this case is derived from a hash function which takes a data input and returns a fixed length of bits.
hash collision         
  • John Smith and Sandra Dee are both being directed to the same cell. Open addressing will cause the hash table to redirect Sandra Dee to another cell.
COMPUTER SCIENCE SITUATION WHERE TWO DATA ELEMENTS SHARE A HASHTAG, CHECKSUM, FINGERPRINT, ETC.
Hash collisions; Hash collision (computer science); Cryptographic hash collision
<programming> (Or "hash clash") When two different keys hash to the same value, i.e. to the same location in a {hash table}. ESR once asked a friend what he expected Berkeley to be like. The friend replied, "Well, I have this mental picture of naked women throwing Molotov cocktails, but I think that's just a collision in my hash tables." [Jargon File] (1995-01-23)
Ship collision         
STRUCTURAL IMPACT BETWEEN TWO SHIPS OR ONE SHIP AND A FLOATING OR STILL OBJECT SUCH AS AN ICEBERG
Ship strike; Vessel collision
Ship collision is the structural impact between two ships or one ship and a floating or still object such as an iceberg.Database Of Ship Collisions With Icebergs Ship collisions are of particular importance in marine accidents.
Collision Course (Bayley novel)         
BOOK BY BARRINGTON J. BAYLEY
Collision with Chronos; Collision Course (Barrington J. Bayley novel); Collision Course (Barrington Bayley novel); Collision Course (novel by Bayley); Collision Course (novel by Barrington Bayley); Collision Course (novel by Barrington J. Bayley); Collision Course (Bayley)
Collision Course ( Collision with Chronos) is the fourth novel by the science fiction author Barrington J. Bayley.
Queen's Regulations         
REGULATIONS FOR THE BRITISH ARMED FORCES
Queen's Regulations for the Royal Navy; King's Regulations and Admiralty Instructions; Queens Regulations; Queen's Regulations
The Queen's Regulations (first published in 1731 and known as the King's Regulations when the monarch is a king) is a collection of orders and regulations in force in the Royal Navy, British Army, Royal Air Force, and Commonwealth Realm Forces (where the same person as on the British throne is also their separate head of state), forming guidance for officers of these armed services in all matters of discipline and personal conduct. Originally, a single set of regulations were published in one volume.
King's Regulations         
REGULATIONS FOR THE BRITISH ARMED FORCES
Queen's Regulations for the Royal Navy; King's Regulations and Admiralty Instructions; Queens Regulations; Queen's Regulations
The King's Regulations (first published in 1731 and known as the Queen's Regulations when the monarch is a queen) is a collection of orders and regulations in force in the Royal Navy, British Army, Royal Air Force, and Commonwealth Realm Forces (where the same person as on the British throne is also their separate head of state), forming guidance for officers of these armed services in all matters of discipline and personal conduct. Originally, a single set of regulations were published in one volume.
Mid-air collision         
  • Contemporary artist's impression of the first mid-air collision, 1910
AVIATION ACCIDENT IN WHICH TWO OR MORE AIRCRAFT COME INTO CONTACT DURING FLIGHT
Midair collision; Mid air collision; Mid-air crash; Mid air crash; List of notable mid-air collisions
In aviation, a mid-air collision is an accident in which two or more aircraft come into unplanned contact during flight. Owing to the relatively high velocities involved and the likelihood of subsequent impact with the ground or sea, very severe damage or the total destruction of at least one of the aircraft usually results.
Airborne collision avoidance system         
  • The [[U.S. Air Force]]'s [[F-16]]D Ground Collision Avoidance Technology (GCAT) aircraft.
  • Small PCAS device for use in light aircraft.
AVIONICS SYSTEM TO IDENTIFY AND REPORT THE PRESENCE OF NEARBY AIRCRAFT THAT PRESENT A COLLISION RISK
Aircraft collision avoidance system; Aircraft collision avoidance systems; Airborne Collision Avoidance System; ACAS II; Airborne collision avoidance systems
An airborne collision avoidance system (ACAS, usually pronounced as ay-kas) operates independently of ground-based equipment and air traffic control in warning pilots of the presence of other aircraft that may present a threat of collision. If the risk of collision is imminent, the system initiates a maneuver that will reduce the risk of collision.
pile-up         
  • [[Emergency service]]s work on the scene of a multiple vehicle collision in [[Toronto]]
ROAD TRAFFIC ACCIDENT INVOLVING MANY VEHICLES
Pileup; Multi-vehicle collision; Pile-up; Multiple vehicle collision; Pile up; Chain-reaction crash; Vehicle pileup
(pile-ups)
Note: in AM, use 'pileup'
A pile-up is a road accident in which a lot of vehicles crash into each other.
...a 54-car pile-up.
N-COUNT
Multiple-vehicle collision         
  • [[Emergency service]]s work on the scene of a multiple vehicle collision in [[Toronto]]
ROAD TRAFFIC ACCIDENT INVOLVING MANY VEHICLES
Pileup; Multi-vehicle collision; Pile-up; Multiple vehicle collision; Pile up; Chain-reaction crash; Vehicle pileup
A multiple vehicle collision (colloquially known as a pile-up, multi-car collision, multi-vehicle collision, or simply a multi) is a road traffic collision involving many vehicles. Generally occurring on high-capacity and high-speed routes such as freeways, they are one of the deadliest forms of traffic collisions.

Википедия

Collision resistance

In cryptography, collision resistance is a property of cryptographic hash functions: a hash function H is collision-resistant if it is hard to find two inputs that hash to the same output; that is, two inputs a and b where ab but H(a) = H(b).: 136  The pigeonhole principle means that any hash function with more inputs than outputs will necessarily have such collisions;: 136  the harder they are to find, the more cryptographically secure the hash function is.

The "birthday paradox" places an upper bound on collision resistance: if a hash function produces N bits of output, an attacker who computes only 2N/2 (or 2 N {\displaystyle \scriptstyle {\sqrt {2^{N}}}} ) hash operations on random input is likely to find two matching outputs. If there is an easier method to do this than brute-force attack, it is typically considered a flaw in the hash function.

Cryptographic hash functions are usually designed to be collision resistant. However, many hash functions that were once thought to be collision resistant were later broken. MD5 and SHA-1 in particular both have published techniques more efficient than brute force for finding collisions. However, some hash functions have a proof that finding collisions is at least as difficult as some hard mathematical problem (such as integer factorization or discrete logarithm). Those functions are called provably secure.